ATTR_MENU_IMAGE_BACKGROUND_COLOR (Control Menu)
| Type: | Control Menu attribute |
| Description: | Specifies the background color of the image column on menus. You must enable ATTR_SHOW_IMAGES for this attribute to have any effect. You must set the menuItemID parameter of the SetCtrlMenuAttribute function to 0 to enable this attribute. |
| Data Type: | integer |
| Default Value: | VAL_TRANSPARENT |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 8.0 and later |
Values
| VAL_RED | Red = 255, Green = 0, Blue = 0 |
| VAL_GREEN | Red = 0, Green = 255, Blue = 0 |
| VAL_BLUE | Red = 0, Green = 0, Blue = 255 |
| VAL_CYAN | Red = 0, Green = 255, Blue = 255 |
| VAL_MAGENTA | Red = 255, Green = 0, Blue = 255 |
| VAL_YELLOW | Red = 255, Green = 255, Blue = 0 |
| VAL_DK_RED | Red = 128, Green = 0, Blue = 0 |
| VAL_DK_BLUE | Red = 0, Green = 0, Blue = 128 |
| VAL_DK_GREEN | Red = 0, Green = 128, Blue = 0 |
| VAL_DK_CYAN | Red = 0, Green = 128, Blue = 128 |
| VAL_DK_MAGENTA | Red = 128, Green = 0, Blue = 128 |
| VAL_DK_YELLOW | Red = 128, Green = 128, Blue = 0 |
| VAL_LT_GRAY | Red = 192, Green = 192, Blue = 192 |
| VAL_DK_GRAY | Red = 128, Green = 128, Blue = 128 |
| VAL_BLACK | Red = 0, Green = 0, Blue = 0 |
| VAL_WHITE | Red = 255, Green = 255, Blue = 255 |
| VAL_GRAY | Red = 160, Green = 160, Blue = 160 |
| VAL_OFFWHITE | Red = 224, Green = 224, Blue = 224 |
| VAL_TRANSPARENT | Red = 0, Green = 0, Blue = 0, transparent bit set. |
| VAL_PANEL_GRAY | Red = 192, Green = 192, Blue = 192 |